Vcenter NamespaceManagement Supervisors Summary ListResult
Vcenter NamespaceManagement Supervisors Summary ListResult
The Vcenter NamespaceManagement Supervisors Summary ListResult schema represents the result of GET /vcenter/namespace-management/supervisors/summaries operation.
This schema was added in vSphere API 8.0.0.1.
JSON Example
{
"items": [
{
"supervisor": "string",
"info": {
"name": "string",
"stats": {
"cpu_used": 0,
"cpu_capacity": 0,
"memory_used": 0,
"memory_capacity": 0,
"storage_used": 0,
"storage_capacity": 0
},
"config_status": "string",
"kubernetes_status": "string"
}
}
]
}
items
Required
List of items.
This property was added in vSphere API 8.0.0.1.